adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / RegistryUtility Class / CopyValues Method / CopyValues(RegistryKey,RegistryKey,List<String>) Method


In This Topic
    CopyValues(RegistryKey,RegistryKey,List<String>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub CopyValues( _
       ByVal sourceKey As RegistryKey, _
       ByVal destinationKey As RegistryKey, _
       ByVal valuesToSkip As List(Of String) _
    ) 

    Parameters

    sourceKey
    destinationKey
    valuesToSkip
    See Also